Tank You! Open Sound Control Info
---------------------------------
If you pass in a destination ip address and port on the command-line (e.g.
'TankYou.exe -oo 127.0.0.1:5678') Tank You! will send Open Sound Control
messages to that address upon certain events.

MIDI over OSC messages:
-----------------------
(these take the form of a message of 3 ints, corresponding to the 3 bytes which
make up a MIDI message)

/primaryFire     - Called when a player presses the primary fire button, takes
                   the form of a MIDI note on/off pair of events.
/pickupCollected - Called when a player collects a pickup; MIDI note on/off
                   pair.
/bulletDeath     - Called when a bullet collides with something; MIDI note
                   on/off pair.
/mine            - Called when a player drops a mine, or triggers an existing
                   mine; MIDI note on/off pair.


You can see a video of Tank You! hooked up to 4 synths via OSC in my Pedalboard2
app here: http://www.youtube.com/watch?v=cV5t3lDnhsQ
